home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 008a / intsci.zip / GO-ISE.BAT < prev    next >
DOS Batch File  |  1991-12-01  |  3KB  |  78 lines

  1. echo off
  2. if "%1"=="_isea" goto xtract
  3. if "%1"=="_iseb" goto xtract
  4. cls
  5. echo  
  6. echo  
  7. echo                                     WELCOME
  8. echo                                        TO
  9. echo                              THE INTEGRAL SCIENTIST
  10. echo  
  11. echo                      An Information Utility for Scientists
  12. echo            Computerized Periodic Table - Element Information Database
  13. echo                     FlashCard Elements Drill - Solvent Guide
  14. echo           Chemical Solutions Calculator - Molecular Weight Calculator
  15. echo          Units Conversions - Physical Constants & Tables of Useful Data
  16. echo             Context Sensitive Help - HyperText On-Line Documentation
  17. echo  
  18. echo                copyright 1988-1991 INTEGRAL SCIENTIFIC SOFTWARE
  19. echo        111 E. Drake, Suite 7050  Fort Collins CO  80525  (303) 225-9491
  20. echo  
  21. echo  
  22. echo  
  23. echo  
  24. echo  [You should be logged to the drive containing The Integral Scientist files.]
  25. echo  
  26. pause
  27. cls
  28. echo  
  29. echo    THE INTEGRAL SCIENTIST must be installed before you can use it.
  30. echo  
  31. echo    Installation requires approximately 560k of disk space for ten files.
  32. echo    An additional 165k is required if you choose to generate the document
  33. echo      file version of the User Guide.
  34. echo    It runs best from a hard disk, however you may install it on one large
  35. echo      capacity floppy or two 360k floppies.
  36. echo    Ideal system configuration:  256k+ memory, hard disk, color
  37. echo    Minimum system configuration: 192k memory, single floppy, monochrome
  38. echo      (graphics not required)
  39. echo  
  40. echo    The program consist of four primary files:
  41. echo             ISE.EXE  SLV.EXE  DATAFILE.ISE & DATABLES.DTX
  42. echo      plus supporting utilities and documentation files.
  43. echo    Some of the files are stored in compressed form within the two self-
  44. echo      extracting archive files _ISEA.EXE and _ISEB.EXE.
  45. echo    Data compression and extraction use Harayasu Yoshizaki's LHA utility.
  46. echo    LHA is not required - self-extraction is directed by ISESETUP.
  47. echo    To proceed with guided installation, press any key - You will be
  48. echo      prompted through all steps.  This installation does not modify your
  49. echo      autoexec.bat file or do anything else risky to your environment.
  50. echo  
  51. pause
  52. cls
  53. dir/w
  54. echo  
  55. echo    The directory displayed above should show the files:
  56. echo      GO-ISE.BAT    ISESETUP.EXE  _ISEA.EXE   _ISEB.EXE
  57. echo      ORDERFRM.ETC  README.ISE    VENDOR.DOC  @VERSION.xxx
  58. echo  
  59. echo    The four files on the top line are required for installation!
  60. echo      If any of those four files are missing, examine your distribution
  61. echo      disk or sub-directory and begin again.  If the files above aren't
  62. echo      listed you may not be logged to the drive containing the files.
  63. echo      Abort this installation, log to the proper drive and begin again.
  64. echo  
  65. echo    The extension of the @VERSION file indicates the current version number.
  66. echo  
  67. echo    To abort the installation:  press CTRL-C and answer the query "Y".
  68. echo    If you are ready to install THE INTEGRAL SCIENTIST press any other key.
  69. echo  
  70. pause
  71. cls
  72. isesetup
  73. goto fin
  74. :xtract
  75. %1 %2
  76. :fin
  77.  
  78.